home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Workbench Design
/
WB Collection.iso
/
workbench werkzeuge
/
icon tools
/
iconian
/
scripts
/
mwb2ni.rexx
next >
Wrap
OS/2 REXX Batch file
|
1996-04-07
|
285b
|
16 lines
/* "mwb2ni" equivalent using Iconian's REXX port! */
/* to use, type "rx filename" from the CLI line, or use it for a app/dock icon or in DirOpus!*/
options results
parse arg filename
address ICONIAN.1
OPEN filename NEW
proj=result
DOTISSTANDARD
SAVE filename NEWICON
CLOSE FORCE